home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / business / misc / fwmacros2 / remove_indent < prev    next >
Text File  |  1994-10-04  |  495b  |  22 lines

  1. /* ======================================== */
  2. /*  FINAL WRITER AREXX MACRO                */
  3. /*    by Nigel S. Domaingue, 31/1/95        */
  4. /*  Automatic Removal of Indents            */
  5. /*  $Ver: Remove_Indent v1.0 (31/1/95)      */
  6. /* ======================================== */
  7.  
  8. Options Results
  9.  
  10. Status LeftMargin
  11. left = Result
  12. Status RightMargin
  13. right = result
  14. Status Indent
  15. ind = Result
  16.  
  17. If (left ~= 0 ) then LeftMargin 0
  18. If (right ~= 0 ) then RightMargin 0
  19. If (ind ~= 0 ) then Indent 0
  20.  
  21.  
  22.